home *** CD-ROM | disk | FTP | other *** search
- on(release){
- scoretable.filename = "scores/2003sushiscore.sco";
- scoretable.scoresize = 10;
- scoretable.action = "INSERT";
- scoretable.viewtype = "FLASH";
- scoretable.winname = _root.name;
- scoretable.winscore = _root.score;
- scoretable.loadVariables("http://www.maggiemarket.com/2003sushi_scores.php","GET");
- gotoAndPlay(5);
- }
-